object frmSimpleProgress: TfrmSimpleProgress Left = 293 Top = 310 BorderIcons = [] BorderStyle = bsSingle Caption = 'frmSimpleProgress' ClientHeight = 87 ClientWidth = 410 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblAction: TLabel Left = 48 Top = 8 Width = 353 Height = 45 AutoSize = False Caption = 'lblAction' Transparent = True WordWrap = True end object Image1: TImage Left = 8 Top = 12 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object pbMain: TProgressBar Left = 48 Top = 28 Width = 353 Height = 17 TabOrder = 0 end object btnStop: TButton Left = 296 Top = 56 Width = 107 Height = 25 Caption = 'Stop' Default = True TabOrder = 1 OnClick = btnStopClick end end